window_function Interface

interface
public pure function window_function(this, bin) result(rst)

Arguments

Type IntentOptional Attributes Name
class(window), intent(in) :: this

The window object.

integer(kind=int32), intent(in) :: bin

The index or bin number [0, n], where n is the window size.

Return Value real(kind=real64)

The function value.

Description

Evaluates the window function.